home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Risc World 3
/
Risc World 3.iso
/
SOFTWARE
/
ISSUE4
/
POWERBASE
/
SCRIPT
/
Scripts
/
Elements
/
Script1
< prev
next >
Wrap
Text File
|
2001-06-18
|
387b
|
21 lines
!SCRIPT QUIET
!COMMENT Load print selection (NOTE contains concatenated fields)
!SELECTION Fields
!COMMENT Load print options file from PrintRes
!PRINTOPTS Options
!COMMENT Print all transition metals whose names don't end in "ium"
!QUERY GP=T & NAME<>$IUM
!COMMENT Clear selection
!SELECTION
!COMMENT Restore default options
!PRINTOPTS
!COMMENT End script (optional)
!SCRIPT END